Eclipse Platform
Pre-release 3.0

Package org.eclipse.ui.activities

Interface Summary
IActivity An instance of this interface is an activity as defined by the extension point org.eclipse.ui.activities.
IActivityActivityBinding An instance of this interface represents a binding between an activity and an activity.
IActivityListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivity.
IActivityManager An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
IActivityManagerListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivityManager.
IActivityPatternBinding An instance of this interface represents a binding between an activity and a pattern.
ICategory An instance of this interface is a category as defined by the extension point org.eclipse.ui.activities.
ICategoryActivityBinding An instance of this interface represents a binding between a category and an activity.
ICategoryListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICategory.
IIdentifier An instance of this interface can be obtained from an instance of IActivityManager for any identifier.
IIdentifierListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of IIdentifier.
IMutableActivityManager An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
IWorkbenchActivitySupport  
 

Class Summary
ActivityEvent An instance of this class describes changes to an instance of IActivity.
ActivityManagerEvent An instance of this class describes changes to an instance of IActivityManager.
ActivityManagerFactory This class allows clients to broker instances of IActivityManager.
CategoryEvent An instance of this class describes changes to an instance of ICategory.
IdentifierEvent An instance of this class describes changes to an instance of IIdentifier.
WorkbenchActivityHelper A utility class that contains helpful methods for interacting with the activities API.
 

Exception Summary
NotDefinedException Signals that an attempt was made to access the properties of an undefined object.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.